home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / prog / tge131.arj / UNIVESA.DOC < prev    next >
Text File  |  1994-03-05  |  5KB  |  140 lines

  1.  
  2.                            The Universal VESA TSR
  3.                            ----------------------
  4.  
  5.                      Copyright (C) 1993 Kendall Bennett
  6.                             All rights reserved.
  7.  
  8.                   This file written by Matthew Hildebrand,
  9.              with excerpts from UNIVESA.DOC by Kendall Bennett.
  10.  
  11.  
  12.  
  13. WHAT IS IT?
  14. ▀▀▀▀▀▀▀▀▀▀▀
  15.  
  16. The Universal VESA TSR, or UNIVESA, is Copyright (c) 1993 by Kendall
  17. Bennett; it was not written by the author of TGE, but is included with the
  18. TGE package as a courtesy to those without VESA BIOS drivers for their
  19. SuperVGA cards.  It may also be of use to TGE software developers, who are
  20. allowed to distribute UNIVESA with their programs free of charge, so long
  21. as UNIVESA remains unmodified.
  22.  
  23. UNIVESA is a small Terminate and Stay Resident (TSR) program which
  24. implements the revision 1.2 VESA BIOS extensions.  By having a video card
  25. which has a VESA compatible BIOS, or by installing this TSR, programs that
  26. support the VESA programming interface will work correctly with your
  27. SuperVGA.
  28.  
  29.  
  30.  
  31. HARDWARE REQUIREMENTS
  32. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  33.  
  34. UNIVESA contains '386 dependant code, so it will only run on machines that
  35. have an 80386 or better CPU.  Currently UNIVESA supports the following
  36. SuperVGA chipsets (note that not all of these have been fully tested):
  37.     - ATI Technologies 18800, 28800
  38.     - Ahead A & B
  39.     - Chips & Technologies 82c451/452/453
  40.     - Everex
  41.     - Genoa Systems GVGA
  42.     - OAK Technologies OTI-037C, OTI-067, OTI-077
  43.     - Paradise PVGA1A, WD90C00/10/11/30/31
  44.     - NCR 77C20/21/22E
  45.     - Trident 88/8900
  46.     - Video7 V7VGA versions 1-5
  47.     - Tseng Labs ET3000, ET4000
  48.     - AcuMos AVGA2
  49.     - S3 86c911/924/801/805/928
  50.     - Advance Logic AL2101 SuperVGA
  51.     - MXIC 86010 SuperVGA
  52.     - Primus 2000 SuperVGA
  53.     - RealTek 3106 SuperVGA
  54.     - Cirrus CL-GD 5422 SuperVGA
  55. If TGE does not support your SuperVGA's chipset directly, or if its support
  56. is buggy in some way, install UNIVESA and try again.
  57.  
  58. The Universal VESA TSR seems to have problems with QEMM, since QEMM does
  59. something weird with the Video BIOS.  In order to fix this problem, you
  60. should use the QEMM 'exclude' options to exclude the video BIOS area; do so
  61. by including "EXCLUDE=C000-C1FF" in the QEMM options.
  62.  
  63.  
  64.  
  65. HOW DO I INSTALL IT?
  66. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  67.  
  68. You can install the TSR from the command line, or from your AUTOEXEC.BAT
  69. file.  Don't worry about installing it twice; it will automatically detect
  70. if you have already installed it.
  71.  
  72. To install UNIVESA simply type "univesa" from the command line.  It will
  73. determine what type of SuperVGA card you have installed and install itself
  74. accordingly.
  75.  
  76. You may also use command line options to override the the automatic video
  77. card detection logic.  The following help message is produced by typing
  78. 'univesa -h' at the command line:
  79.  
  80.      Options are:
  81.          -v       - Check for VESA BIOS first
  82.          -s<name> - Force detection of SuperVGA 'name'
  83.          -c<x>    - Force detection of SuperVGA chipset (numerical id)
  84.          -m<size> - Force memory size to 'size'
  85.          -d<x>    - Force DAC type (0:VGA, 1:15 bit, 1:16 bit, 3:24 bit)
  86.          -i       - Do not perform SuperVGA detection
  87.  
  88.      It is possible the SuperVGA detection code will hang the machine on
  89.      old VGA/SVGA cards. You can optionally force the program to work with
  90.      any combination of card, chipset, memory size and DAC, but unless you
  91.      specify the -i option, unspecified values will be filled in
  92.      automatically for you.
  93.  
  94. Thus, if the detection code did not correctly identify your video card
  95. configuration, you can force UNIVESA to work with the correct values.
  96.  
  97. When installed, UNIVESA takes up approximately 9 kb of memory.  All of the
  98. code required to detect the video adapter and available video modes is
  99. removed after the program is installed, saving on the amount of memory
  100. required.  You may load the TSR high.
  101.  
  102.  
  103.  
  104. CONTACTING THE AUTHOR
  105. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  106.  
  107. The author of the Universal VESA TSR, Kendall Bennett, may be reached at
  108. any of the following addresses:
  109.  
  110. Internet:   kjb@citri.edu.au
  111.  
  112. Snail Mail:
  113. Home:       Kendall Bennett
  114.             15 Stevenson Street
  115.             Kew Victoria 3101
  116.             AUSTRALIA
  117.  
  118. Work:       Kendall Bennett
  119.             RMIT Advanced Computer Graphics Centre
  120.             CITRI Building, 723 Swanston Street
  121.             Carlton Victoria 3053
  122.             AUSTRALIA
  123.  
  124.  
  125.  
  126. LEGAL STUFF
  127. ▀▀▀▀▀▀▀▀▀▀▀
  128.  
  129. Since this software is free, it is supplied WITHOUT ANY WARRANTY; without
  130. even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  131. PURPOSE.  It is supplied as it is, in the hope the people will find it
  132. useful, and that it will advance the state of the art of computer software.
  133.  
  134. All registered trademarks in this document belong to their respective
  135. owners.
  136.  
  137.  
  138.  
  139. End of document.
  140.